home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TSELECTRECIPIENTCERTSFORM / TSELECTRECIPIENTCERTSFORM.txt
Text File  |  2004-10-12  |  2KB  |  92 lines

  1. object SelectRecipientCertsForm: TSelectRecipientCertsForm
  2.   Left = 129
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select Recipient Certificates'
  6.   ClientHeight = 310
  7.   ClientWidth = 620
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object CertList: TListView
  22.     Left = 10
  23.     Top = 8
  24.     Width = 599
  25.     Height = 265
  26.     Checkboxes = True
  27.     Columns = <
  28.       item
  29.         Caption = 'Status'
  30.         Width = 100
  31.       end
  32.       item
  33.         Caption = 'Recipient Email'
  34.         Width = 140
  35.       end
  36.       item
  37.         Caption = 'Issued To'
  38.         Width = 140
  39.       end
  40.       item
  41.         Caption = 'Issued By'
  42.         Width = 140
  43.       end
  44.       item
  45.         Caption = 'Expires'
  46.         Width = -2
  47.         WidthType = (
  48.           -2)
  49.       end>
  50.     HideSelection = False
  51.     MultiSelect = True
  52.     ReadOnly = True
  53.     RowSelect = True
  54.     TabOrder = 0
  55.     ViewStyle = vsReport
  56.     OnChange = CertListChange
  57.     OnClick = CertListClick
  58.     OnDblClick = CertListDblClick
  59.   end
  60.   object bView: TButton
  61.     Left = 16
  62.     Top = 280
  63.     Width = 89
  64.     Height = 25
  65.     Caption = '&View...'
  66.     Enabled = False
  67.     TabOrder = 1
  68.     OnClick = bViewClick
  69.   end
  70.   object bOK: TButton
  71.     Left = 408
  72.     Top = 280
  73.     Width = 83
  74.     Height = 25
  75.     Caption = '&OK'
  76.     Default = True
  77.     Enabled = False
  78.     ModalResult = 1
  79.     TabOrder = 2
  80.   end
  81.   object bCancel: TButton
  82.     Left = 504
  83.     Top = 280
  84.     Width = 83
  85.     Height = 25
  86.     Cancel = True
  87.     Caption = 'Cancel'
  88.     ModalResult = 2
  89.     TabOrder = 3
  90.   end
  91. end
  92.